@@ -2,10 +2,10 @@
 import java.io.File;
 import java.util.Set;
 
-import com.limegroup.gnutella.browser.MagnetOptions;
-import com.limegroup.gnutella.chat.Chatter;
+//import com.limegroup.gnutella.browser.MagnetOptions;
+//import com.limegroup.gnutella.chat.Chatter;
 import com.limegroup.gnutella.search.HostData;
-import com.limegroup.gnutella.version.UpdateInformation;
+//import com.limegroup.gnutella.version.UpdateInformation;
 
 /**
  *  Callback to notify the GUI of asynchronous backend events.
@@ -75,16 +75,16 @@
     public void removeUpload(Uploader u);    
 
 	/** Add a new incoming chat connection */
-	public void acceptChat(Chatter ctr);
+	//public void acceptChat(Chatter ctr);
 
     /** A new message is available from the given chatter */
-	public void receiveMessage(Chatter chr);
+	//public void receiveMessage(Chatter chr);
 
 	/** The given chatter is no longer available */
-	public void chatUnavailable(Chatter chatter);
+	//public void chatUnavailable(Chatter chatter);
 
 	/** display an error message in the chat gui */
-	public void chatErrorMessage(Chatter chatter, String str);
+	//public void chatErrorMessage(Chatter chatter, String str);
 
     /** display an error message since the browse host failed. 
      *  @param guid The GUID of the browse host.
@@ -161,7 +161,7 @@
 	 * @param magnets
 	 * @return true if the callback handles the magnet links
 	 */
-	public boolean handleMagnets(final MagnetOptions[] magnets);
+	//public boolean handleMagnets(final MagnetOptions[] magnets);
 	
 	/**
 	 * Indicates that the firewalled state of this has changed. 
